Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add limitation note for loading REPEATED fields #35

Merged
merged 1 commit into from
Feb 10, 2020

Conversation

plamut
Copy link
Contributor

@plamut plamut commented Feb 10, 2020

Closes #17.

This PR adds a limitation note about uploading REPEATED (i.e. array) fields with the load_table_from_dataframe() method.

It appears that REPEATED fields in parquet files (used for uploading the data) are encoded in a way that is not always compatible with the table schema definition on the backend.

PR checklist

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@plamut plamut added the type: docs Improvement to the documentation for an API. label Feb 10, 2020
@plamut plamut requested a review from tswast February 10, 2020 17:13
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 10, 2020
@plamut plamut merged commit 3d77a75 into googleapis:master Feb 10, 2020
@plamut plamut deleted the iss-17 branch February 10, 2020 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. type: docs Improvement to the documentation for an API.
Projects
None yet
3 participants